home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK2.toast / Development Kits (Disc 2) / ScriptX / Draggable ScriptX Folders / utils / DTK / Examples / titleBuild.sx < prev   
Encoding:
Text File  |  1995-12-19  |  369 b   |  19 lines  |  [TEXT/ttxt]

  1. --<<<
  2. append thecontainersearchlist (parentdir thescriptdir)
  3. open libraryContainer dir:theScriptDir path:"builder.sxl"
  4.  
  5. module work
  6. uses scriptX, builder, DTKSaver, customClassesInterface
  7. end
  8. in module work
  9. global dtkInfo
  10. (
  11.     dtkInfo := readMMDFile()
  12.     setCastInfo(dtkInfo)
  13.     OK
  14. )
  15. global stageW := BuildATitle(dtkInfo)
  16. show stageW
  17. showScene stageW stageW.firstScene
  18. -->>>
  19.